home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13921 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: isonews.bbn.hp.com!hpbblb!news
  2. From: Matthias Dittrich <matti>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help!
  5. Date: 10 Apr 1996 17:23:28 GMT
  6. Organization: Hewlett-Packard Co.
  7. Message-ID: <4kgqqg$l4e@hpbblb.bbn.hp.com>
  8. References: <4k4ge6$lgo@dewey.csun.edu>
  9. NNTP-Posting-Host: trabant.bbn.hp.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (X11; I; HP-UX A.09.07 9000/712)
  14. X-URL: news:4k4ge6$lgo@dewey.csun.edu
  15.  
  16. kc44097@csun.edu (chen) wrote:
  17. >
  18. >  Can anyone help me out this problems below,please e-mail me,
  19. >my e-mail address is kc44097@huey.csun.edu
  20. >                     Thanks
  21. >-------------------------------------------------------------------------
  22. >
  23. > 3. Consider the following C program:
  24. >
  25. >       void fun (void)
  26. >        {
  27. >          int a,b,c; /*define 1 */
  28. >          ...
  29. >          while(...)
  30. >           {
  31. >             int b,c,d; /* define 2 */
  32. >             ...  <---------------------- 1
  33. >             while (...)
  34. >                {
  35. >                  int c,d,e; /* define 3 */
  36. >                  ... <----------------------- 2
  37. >                }
  38. >             ... <--------------- 3
  39. >           }
  40. >          ... <------------------- 4
  41. >        }
  42. >
  43. >     For each of the four marked points in this function,list each visia-
  44. >     ble variable,along with the nbumber of the defination statement that
  45. >     defines it.
  46. Why are you posting only your third homework, won't you solve the others ????
  47.  
  48. Good luck,
  49. Matthias
  50.  
  51.